/* reset */
html {
	/*color: #000;
	background: #eee;*/
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}
body {
	/*font: 12px/1 "微软雅黑", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;*/
	font-family:"微软雅黑";
}
a {
}
img {
	border: none;
	display: inline;
	display: block;
}
em, strong {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
/*合并边线,边线空间至零.*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}/* 消除q前后的内容 */
button, input, select, textarea {
	font-size: 100%;
}/* 使得表单元素在 ie 下能继承字体大小 */
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
address, cite, dfn, em, var {
	font-style: normal;
} /* 将斜体扶正 */
/*to enable resizing for IE*/
 /*在ie下重定义*/
input, textarea, select {
 *font-size:100%;
}
/*because legend doesn’t inherit in IE */
 /*IE下legend不继承 */
legend {
	color: #000;
}
/* link */
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #FF9;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
/*页面CSS-----------------------------------------------------------------------------*/
.jquery-slider-wrapper
{
  position:relative;
  clear:both;
  zoom:1;
}

.jquery-slider-slide
{
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
}

.jquery-slider-slide img
{
  border:0;
  margin:0;
  padding:0;
}

.jquery-slider-slide-current
{
  display:block;
  z-index:2;
}

.jquery-slider-slide-next
{
  display:block;
  z-index:1;
}

.jquery-slider-selectors
{
  display:block;
  overflow:hidden;
  position:absolute;
  bottom:10px;
  right:10px;
  z-index:3;
}

.jquery-slider-selector
{
  background:url(../img/batton.png) no-repeat 0px 0px;
  display:inline;
  float:left;
  width:16px;
  height:10px;
  margin:0 0 0 5px;
}

.jquery-slider-selector-current
{
  background:url(../img/jquery-slider-theme.png) no-repeat -16px -70px;
}

.jquery-slider-selector span
{
  display:none;
}

.jquery-slider-control
{
  display:none;
  right:50%;
  top:50%;
  position:absolute;
  cursor: pointer;
  width:48px;
  height:69px;
  margin-top:-34px;
  margin-right:-24px;
  z-index:4;
}

.jquery-slider-control span
{
  display:none;
}

.jquery-slider-control-play
{
  background:url(../img/jquery-slider-theme.png) no-repeat -144px 0;
}

.jquery-slider-control-pause
{
  background:url(../img/jquery-slider-theme.png) no-repeat -96px 0;
}

.jquery-slider-hovered .jquery-slider-control
{
  display:block;
}

.jquery-slider-navigation
{
  display:block;
}

.jquery-slider-navigation-prev
{
  background:url(../img/jquery-slider-theme.png) no-repeat 0 0;
  display:none;
  left:0;
  top:50%;
  position:absolute;
  cursor: pointer;
  width:48px;
  height:69px;
  margin-top:-34px;
  z-index:4;
}

.jquery-slider-navigation-prev span
{
  display:none;
}

.jquery-slider-navigation-next
{
  background:url(../img/jquery-slider-theme.png) no-repeat -48px 0;
  display:none;
  right:0;
  top:50%;
  position:absolute;
  cursor: pointer;
  width:48px;
  height:69px;
  margin-top:-34px;
  z-index:4;
}

.jquery-slider-navigation-next span
{
  display:none;
}

.jquery-slider-hovered .jquery-slider-navigation-prev,
.jquery-slider-hovered .jquery-slider-navigation-next
{
  display:block;
}



.jquery-slider-wrapper .caption
{
  padding:6px 10px;
  background:#333333;
  font-size:13px;
  position:absolute;
  bottom:10px;
  left:10px;
  color:#FFFFFF;
}

.jquery-slider-timer
{
  color:#000000;
  height:3px;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  z-index:4;
}

.jquery-slider-timer-bar 
{ /*时间进度*/
  background:#38a3db;
  opacity:1;
  height:3px;
  width:0;
  float:left;
  display:inline;
}
.slider {
	position:relative;
}
.slider p {
	font-family:"微软雅黑";
	background:url(../img/bg.png);
	position:absolute;
	left:0;
	top:70px;
	z-index:2;
	font-size:14px;
	line-height:16px;
	padding:6px 10px;
	width:1040px;
	height:70px;
}
.slider p a {
	color:#fff;
	text-decoration:none;
}